Skip to content

Fix observer removal and Android scale factor tracking - #4652

Open
WaterWhisperer wants to merge 3 commits into
rust-windowing:masterfrom
WaterWhisperer:fix-4569
Open

Fix observer removal and Android scale factor tracking#4652
WaterWhisperer wants to merge 3 commits into
rust-windowing:masterfrom
WaterWhisperer:fix-4569

Conversation

@WaterWhisperer

Copy link
Copy Markdown

Closes #4569.
Fixes #4143.

  • Tested on all platforms changed
  • Added an entry to the changelog module if knowledge of this change could be valuable to users
  • Updated documentation to reflect any user-facing changes, including notes of platform-specific behavior
  • Created or updated an example program if it would help users understand this functionality

@nicoburns nicoburns left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't know much about the specifics of Android, but these all look like obvious copy-paste / logic errors that are evident just from the code. I wonder if == would make more sense than comparing to epsilon. I don't think very small changes are likely?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

Claude Code Review Report old_scale_factor and new_scale_factor always equal?

2 participants